home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / Papers / aSEPiA example source / Application / source / Document_DebugHeaders.h < prev    next >
Encoding:
Text File  |  1999-06-25  |  393 b   |  13 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    Document_DebugHeaders.h        ©1996-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "Document_DebugHeadersPPC++"
  9.     
  10. #else
  11.     #include "Document_DebugHeaders68K++"
  12. #endif
  13.